TimeSerialItem UseCurrentTime
Gets or Sets whether the current time should be used for this time serial item.
| public bool UseCurrentTime { get; set; } |
Return value
| bool | TRUE if the current time is used. |
Example
Copy
// Use current time
timeSerialItem.UseCurrentTime = true;